1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // This code was generated
by a tool.
4 // Runtime Version:
4.0.30319.1
5 //
6 // Changes to
this file may cause incorrect behavior and will be lost if
7 // the code
is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------

10
11 namespace
QuanLyNhanSu {
12     
using System;
13     
using System.ComponentModel;
14     
using CrystalDecisions.Shared;
15     
using CrystalDecisions.ReportSource;
16     
using CrystalDecisions.CrystalReports.Engine;
17     
18     
19     
public class rptHopDongHetHan : ReportClass {
20         
21         
public rptHopDongHetHan() {
22         }
23         
24         
public override string ResourceName {
25             
get {
26                 
return "rptHopDongHetHan.rpt";
27             }
28             
set {
29                 
// Do nothing
30             }
31         }
32         
33         
public override bool NewGenerator {
34             
get {
35                 
return true;
36             }
37             
set {
38                 
// Do nothing
39             }
40         }
41         
42         
public override string FullResourceName {
43             
get {
44                 
return "QuanLyNhanSu.rptHopDongHetHan.rpt";
45             }
46             
set {
47                 
// Do nothing
48             }
49         }
50         
51         
[Browsable(false)]
52         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
53         
public CrystalDecisions.CrystalReports.Engine.Section Section1 {
54             
get {
55                 
return this.ReportDefinition.Sections[0];
56             }
57         }
58         
59         
[Browsable(false)]
60         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
61         
public CrystalDecisions.CrystalReports.Engine.Section Section2 {
62             
get {
63                 
return this.ReportDefinition.Sections[1];
64             }
65         }
66         
67         
[Browsable(false)]
68         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
69         
public CrystalDecisions.CrystalReports.Engine.Section Section3 {
70             
get {
71                 
return this.ReportDefinition.Sections[2];
72             }
73         }
74         
75         
[Browsable(false)]
76         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
77         
public CrystalDecisions.CrystalReports.Engine.Section Section4 {
78             
get {
79                 
return this.ReportDefinition.Sections[3];
80             }
81         }
82         
83         
[Browsable(false)]
84         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
85         
public CrystalDecisions.CrystalReports.Engine.Section Section5 {
86             
get {
87                 
return this.ReportDefinition.Sections[4];
88             }
89         }
90         
91         
[Browsable(false)]
92         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
93         
public CrystalDecisions.Shared.IParameterField Parameter_thang {
94             
get {
95                 
return this.DataDefinition.ParameterFields[0];
96             }
97         }
98         
99         
[Browsable(false)]
100         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
101         
public CrystalDecisions.Shared.IParameterField Parameter_nam {
102             
get {
103                 
return this.DataDefinition.ParameterFields[1];
104             }
105         }
106     }
107     
108     
[System.Drawing.ToolboxBitmapAttribute(typeof(CrystalDecisions.Shared.ExportOptions), "report.bmp")]
109     
public class CachedrptHopDongHetHan : Component, ICachedReport {
110         
111         
public CachedrptHopDongHetHan() {
112         }
113         
114         
[Browsable(false)]
115         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
116         
public virtual bool IsCacheable {
117             
get {
118                 
return true;
119             }
120             
set {
121                 
//
122             }
123         }
124         
125         
[Browsable(false)]
126         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
127         
public virtual bool ShareDBLogonInfo {
128             
get {
129                 
return false;
130             }
131             
set {
132                 
//
133             }
134         }
135         
136         
[Browsable(false)]
137         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
138         
public virtual System.TimeSpan CacheTimeOut {
139             
get {
140                 
return CachedReportConstants.DEFAULT_TIMEOUT;
141             }
142             
set {
143                 
//
144             }
145         }
146         
147         
public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() {
148             rptHopDongHetHan rpt =
new rptHopDongHetHan();
149             rpt.Site =
this.Site;
150             
return rpt;
151         }
152         
153         
public virtual string GetCustomizedCacheKey(RequestContext request) {
154             String key =
null;
155             
// // The following is the code used to generate the default
156             
// // cache key for caching report jobs in the ASP.NET Cache.
157             
// // Feel free to modify this code to suit your needs.
158             
// // Returning key == null causes the default cache key to
159             
// // be generated.
160             
//
161             
// key = RequestContext.BuildCompleteCacheKey(
162             
// request,
163             
// null, // sReportFilename
164             
// this.GetType(),
165             
// this.ShareDBLogonInfo );
166             
return key;
167         }
168     }
169 }



Quản lý nhân sự công ty bằng c# _ full source code 60.418 lượt xem

Gõ tìm kiếm nhanh...